func syscall.capToIndex
3 uses
syscall (current package)
exec_linux.go#L190: func capToIndex(cap uintptr) uintptr { return cap >> 5 }
exec_linux.go#L522: caps.data[capToIndex(c)].permitted |= capToMask(c)
exec_linux.go#L523: caps.data[capToIndex(c)].inheritable |= capToMask(c)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)